home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / ebook.dxr / 00020.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  140 b   |  16 lines

  1. on mouseEnter
  2.   cursor([121, 122])
  3. end
  4.  
  5. on mouseDown
  6. end
  7.  
  8. on mouseUp
  9.   go("start", "main")
  10.   cursor(-1)
  11. end
  12.  
  13. on mouseLeave
  14.   cursor(-1)
  15. end
  16.